From: Stefan Monnier Date: Thu, 8 Dec 2011 13:23:43 +0000 (-0500) Subject: * lisp/emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~1405 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c0c641999abe24143fba8d7a746b5b0527820d19;p=emacs.git * lisp/emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1d2386f359a..574ebd89175 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-12-08 Stefan Monnier + * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244). + * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg. (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that end in ".mk". diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index f9e7fe44824..44e87e171d1 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -131,6 +131,7 @@ (put 'autoload 'doc-string-elt 3) (put 'defun 'doc-string-elt 3) (put 'defun* 'doc-string-elt 3) +(put 'defmethod 'doc-string-elt 3) (put 'defvar 'doc-string-elt 3) (put 'defcustom 'doc-string-elt 3) (put 'deftheme 'doc-string-elt 2)